-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Bump code-infra:devDependencies #46873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/code-infra-devdependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+428
−725
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f1f901f to
ce89b5d
Compare
Netlify deploy previewhttps://deploy-preview-46873--material-ui.netlify.app/ Bundle size report
|
b1f92f9 to
5b7b470
Compare
0a31a84 to
0c37133
Compare
0c37133 to
a02e001
Compare
a02e001 to
4e87435
Compare
4e87435 to
4b72763
Compare
4b72763 to
43f5a85
Compare
43f5a85 to
63332cc
Compare
63332cc to
6bf608f
Compare
d67a4f7 to
7367888
Compare
7367888 to
69ca5a6
Compare
cfe3c12 to
65b97d3
Compare
65b97d3 to
75b8ce2
Compare
75b8ce2 to
c492fc3
Compare
c492fc3 to
97b00b7
Compare
97b00b7 to
ba8da9b
Compare
ba8da9b to
966b68e
Compare
966b68e to
345bb6e
Compare
bc8ccdf to
a063714
Compare
a063714 to
b76ac79
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.0→7.0.16.2.1→6.2.29.2.0→9.2.113.0.4→13.0.55.6.3→5.6.50.18.1→0.20.02.2.3→2.2.414.2.4→14.2.521.0.0→21.0.16.1.19→6.3.516.23.1→16.26.14.2.0→4.3.64.20.4→4.21.05.101.3→5.104.1Release Notes
istanbuljs/babel-plugin-istanbul (babel-plugin-istanbul)
v7.0.1Compare Source
⚠ BREAKING CHANGES
Features
7.0.1 (2025-09-05)
Bug Fixes
chaijs/chai (chai)
v6.2.2Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai@v6.2.1...v6.2.2
open-cli-tools/concurrently (concurrently)
v9.2.1Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1
danger/danger-js (danger)
v13.0.5Compare Source
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.5Compare Source
v5.6.4Compare Source
DavidAnson/markdownlint-cli2 (markdownlint-cli2)
v0.20.0Compare Source
v0.19.1Compare Source
--formatto avoid trailing newlinev0.19.0Compare Source
--formatparameter for editor integrationwarningpre-commitmarkdownlint)bvaughn/react-window (react-window)
v2.2.4Compare Source
vercel/serve (serve)
v14.2.5Compare Source
Patch Changes
f4b6fbd: Update compression to v1.8.1sinonjs/sinon (sinon)
v21.0.1Compare Source
456a65c2Update dependencies - except @sinonjs/samsam (#2669) (Carl-Erik Kopseng)
f04f3eb1Fix issue 2618 - Remove browserify in favor of esbuild (#2661) (Artur Parkhisenko)
48b69df2fix(docs): remove
assert.failExceptionfrom documentation (#2666) (Steffen Schroeder)13b27cccFix sandbox restore not handling stubbed functions (#2667) (thamion)
ae9e09acUpdate compatibility target to ES2023 (Carl-Erik Kopseng)
26055043Improve error message for immutable descriptors (#2664) (Stuart Dotson)
80fa9a5bAlso mirror the calledOnceWith assertion (#2660) (Benedikt Meurer)
Released by Carl-Erik Kopseng on 2025-12-19.
styled-components/styled-components (styled-components)
v6.3.5Compare Source
Patch Changes
7ff7002: Fix: Line comments (//) in multiline CSS declarations no longer cause parsing errors (fixes #5613)JS-style line comments (
//) placed after multiline declarations likecalc()were not being properly stripped, causing CSS parsing issues. Comments are now correctly removed anywhere in the CSS while preserving valid syntax.Example that now works:
7ff7002: Fix: Contain invalid CSS syntax to just the affected lineIn styled-components v6, invalid CSS syntax (like unbalanced braces) could cause all subsequent styles to be ignored. This fix ensures that malformed CSS only affects the specific declaration, not subsequent valid styles.
Example that now works:
v6.3.4Compare Source
Patch Changes
8e8c282: FixedcreateGlobalStyleto not useuseLayoutEffecton the server, which was causing a warning and broken styles in v6.3.x. The checktypeof React.useLayoutEffect === 'function'is not reliable for detecting server vs client environments in React 18+, so we now use the__SERVER__build constant instead.v6.3.3Compare Source
Patch Changes
6e4d1e7: fix: suppress false "created dynamically" warnings in React Server ComponentsThe dynamic creation warning check now properly detects RSC environments and skips validation when
IS_RSCis true. This eliminates false warnings for module-level styled components in server components, which were incorrectly flagged due to RSC's different module evaluation context. Module-level styled components in RSC files no longer trigger warnings since they cannot be created inside render functions by definition.v6.3.2Compare Source
Patch Changes
a4b4a6b: fix: include TypeScript declaration files in npm packageFixed Rollup TypeScript plugin configuration to override tsconfig.json's noEmit setting, ensuring TypeScript declaration files are generated during build.
a4b4a6b: fix: resolve TypeScript error blocking type declaration emissionFixed TypeScript error in StyledComponent when merging style attributes from attrs. Added explicit type cast to React.CSSProperties to safely merge CSS property objects. This error was preventing TypeScript declaration files from being generated during build.
v6.3.1Compare Source
Patch Changes
046e880: Ensure TypeScript declaration files are included in npm package, needed to tweak a Rollup setting.v6.3.0Compare Source
Minor Changes
28fd502: Add React Server Components (RSC) supportstyled-components now automatically detects RSC environments and handles CSS delivery appropriately:
'use client'directive required: Components work in RSC without any wrapper or directive<style>tags that React 19 automatically hoists and deduplicatesServerStyleSheetcontinue to work unchangedRSC best practices:
&[data-size='lg'])style, and cascade to children:ThemeProvideris a no-op in RSCTechnical details:
typeof React.createContext === 'undefined'ThemeProviderandStyleSheetManagerbecome no-ops in RSC (children pass-through)856cf06: feat: update built-in element aliases to include modern HTML and SVG elementsAdded support for modern HTML and SVG elements that were previously missing:
HTML elements:
search- HTML5 search elementslot- Web Components slot elementtemplate- HTML template elementSVG filter elements:
fe*filter primitive elements (feBlend, feColorMatrix, feComponentTransfer, etc.)clipPath,linearGradient,radialGradient- gradient and clipping elementstextPath- SVG text path elementswitch,symbol,use- SVG structural elementsThis ensures styled-components has comprehensive coverage of all styleable HTML and SVG elements supported by modern browsers and React.
Patch Changes
418adbe: fix(types): add CSS custom properties (variables) support to style propCSS custom properties (CSS variables like
--primary-color) are now fully supported in TypeScript without errors:.attrs({ style: { '--var': 'value' } })- CSS variables in attrs<Component style={{ '--var': 'value' }} />- CSS variables in component propsaef2ad6: Update shared css property handling tools to latest versions.v6.2.0Compare Source
stylelint/stylelint (stylelint)
v16.26.1Compare Source
It fixes numerous false positive bugs, including many in the
declaration-property-value-no-unknownrule for the latest CSS specifications.*-no-unknownfalse positives for latest specs by integrating@csstools/css-syntax-patches-for-csstree(#8850) (@romainmenke).at-rule-no-unknownfalse positives for@function(#8851) (@jeddy3).declaration-property-value-no-unknownfalse positives forattr(),if()and custom functions (#8853) (@jeddy3).function-url-quotesfalse positives when URLs require quoting (#8804) (@taearls).selector-pseudo-element-no-unknownfalse positives for::scroll-button()(#8856) (@Mouvedia).v16.26.0Compare Source
It adds 1 feature and fixes 2 bugs.
customSyntaxwith function export (#8834) (@silverwind).custom-property-no-missing-var-functionfalse positives for style query inif()function (#8813) (@sajdakabir).media-feature-range-notationfalse positives for multiple queries andexcept: exact-value(#8832) (@jeddy3).v16.25.0Compare Source
It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.
ignoreAtRules: []tono-invalid-position-declaration(#8781) (@jrmlt).v16.24.0Compare Source
It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.
rule-nesting-at-rule-required-listrule (#8680) (@sw1tch3roo).ignoreAtRules: []tonesting-selector-no-missing-scoping-root(#8743) (@karlhorky).function-no-unknownfalse positives forcontrast-color()andsibling-*()(#8729) (@Mouvedia).selector-pseudo-class-no-unknownfalse positives for:heading(#8749) (@Mouvedia).thysultan/stylis.js (stylis)
v4.3.6Compare Source
v4.3.5Compare Source
v4.3.4Compare Source
v4.3.3Compare Source
v4.3.2Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
privatenumber/tsx (tsx)
v4.21.0Compare Source
v4.20.6Compare Source
Bug Fixes
This release is also available on:
v4.20.5Compare Source
Bug Fixes
This release is also available on:
webpack/webpack (webpack)
v5.104.1Compare Source
Patch Changes
2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.v5.104.0Compare Source
Minor Changes
d3dd841: Use method shorthand to render module content in__webpack_modules__object.d3dd841: Enhanceimport.meta.envto support object access.4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.04cd530: Handle more at-rules for CSS modules.cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.d3dd841: Addedbase64url,base62,base58,base52,base49,base36,base32andbase25digests.5983843: Provide a stable runtime function variable__webpack_global__.d3dd841: ImprovedlocalIdentNamehashing for CSS.Patch Changes
22c48fb: Added module existence check for informative error message in development mode.50689e1: Use the fully qualified class name (or export name) for[fullhash]placeholder in CSS modules.d3dd841: Support universal lazy compilation.d3dd841: Fixed module library export definitions when multiple runtimes.d3dd841: Fixed CSS nesting and CSS custom properties parsing.d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.aab1da9: Fixed bugs forcss/globaltype.d3dd841: Compatibilityimport.meta.filenameandimport.meta.dirnamewithevaldevtools.d3dd841: Handle nested__webpack_require__.728ddb7: The speed of identifier parsing has been improved.0f8b31b: Improve types.d3dd841: Don't corruptdebugIdinjection whenhidden-source-mapis used.2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.d3dd841: SerializeHookWebpackError.d3dd841: Added ability to use built-in properties in dotenv and define plugin.3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.d3dd841: Reduce collision for local indent name in CSS.d3dd841: Remove CSS link tags when CSS imports are removed.v5.103.0Compare Source
Features
DotenvPluginand top leveldotenvoption to enable this pluginWebpackManifestPluginignoreListoption in devtool pluginsimport.meta.envsupport for environment variablesimport.meta.dirnameandimport.meta.filenameimport.defer()for statistical pathimport file from "./file.json" with { type: "json" }__dirname/__filename/import.meta.dirname/import.meta.filenamefor universal targetexportTypeoption withlink(by default), "text" andcss-style-sheetvaluescomposespropertiesFixes
dependOnchunk must be loaded before the common chunkglobalThissupported__dirnameand__filenamefor ES modules__webpack_export__and__webpack_require__in already bundled codehashDigesttypev5.102.1Compare Source
Fixes
extendswithenvforbrowserslistJSONPfragment format for web workers.browserslist.commonjsexternals forSystemJSformat.import.metawarning messages to be more clear when used directly.v5.102.0Compare Source
Features
import file from "./file.ext" with { type: "bytes" }to get the content asUint8Array(look at example)import file from "./file.ext" with { type: "text" }to get the content as text (look at example)snapshot.contextModuleto configure snapshots options for context modulesextractSourceMapoption to implement the capabilities of loading source maps by comment, you don't needsource-map-loader(look at example)topLevelAwaitexperiment is now stable (you can removeexperiments.topLevelAwaitfrom yourwebpack.config.js)layersexperiment is now stable (you can removeexperiments.layersfrom yourwebpack.config.js)Fixes
thisexportstimeoutattribute of script tages-lexerformjsfiles for build dependencies__non_webpack_require__for ES moduleschunk.auxiliaryFilescreateRequireonly when output is ES module and target is nodePerformance Improvements
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, only on Sunday ( * 0-4 * * 7 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.